home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / embedded / mcu332 / 332-101.arc / 2.HLP < prev    next >
Text File  |  1990-01-02  |  1KB  |  27 lines

  1.  
  2.  
  3.                      MEMORY DISPLAY function
  4.  
  5.     The MEMORY DISPLAY function is used to View the contents of
  6. a block of the  M68332 memory. All memory and/or registers may be
  7. displayed. 
  8.  
  9.     After invocation, the MEMORY DISPLAY function will ask you for
  10. a START address and END address. You must reply with a valid hex-
  11. decimal number for each question. Upon completion of address entry,
  12. the function will show you the content of each byte of memory in
  13. the block you specified. The data for 16 bytes is shown in two
  14. formats on each output line. The first format is two hex-decimal
  15. characters for each byte. The second format displays a printable
  16. character for each byte which contains a valid ASCII displayable
  17. value. If the byte contains a value which is not a displayable
  18. character, a period (.) will printed. 
  19.  
  20.     While the display is scrolling on the screen, you may press
  21. the  <SpaceBar> key. Pressing the <SpaceBar> key causes the 
  22. display to pause until you again again press the <SpaceBar> key.
  23. Pressing the  <Enter> key while the display is paused terminates
  24. the function. 
  25.  
  26. %END
  27.